ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewResponse<T> Class
Properties


In This Topic
    CollectionViewResponse<T> Class Members
    In This Topic

    The following tables list the members exposed by CollectionViewResponse<T>.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets the data of specific column.  
    Public PropertyGets or sets the error message. (Inherited from C1.Web.Mvc.OperationResult)
    Public PropertyThe items data for Read command.  
    Public PropertyThe results of creating, deleting or updating items.  
    Public PropertyThe index of page which the items are in.  
    Public PropertyGets or sets the skip item count from the start.  
    Public PropertyGets or sets whether the operation is success. (Inherited from C1.Web.Mvc.OperationResult)
    Public PropertyThe total number of items in the view before paging is applied.  
    Top
    See Also